home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Video Toaster 4.3
/
Video Toaster v4.3.iso
/
4.2
/
arexx
/
editor
/
setdefault.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-04-16
|
384b
|
15 lines
/* SetDefault.rexx -- Save current project as the default. */
/* By Bob Caron © 1995 NewTek Inc. */
call remlib('PROJECT_REXX_PORT')
call addlib('PROJECT_REXX_PORT',0)
call PROJECTSAVE("Toaster:Programs/Switcher_Support/DefaultProject")
call req_error("Saved current project as default boot-up project.")
call remlib('PROJECT_AREXX_PORT')
exit